Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / GetExpression Method / GetExpression(String,SheetView,List<CellRange>,Boolean) Method


In This Topic
    GetExpression(String,SheetView,List<CellRange>,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetExpression( _
       ByVal formula As String, _
       ByRef sheetView As SheetView, _
       ByVal cellRanges As List(Of CellRange), _
       ByVal checkWithExternalCustomName As Boolean _
    ) As Expression
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim formula As String
    Dim sheetView As SheetView
    Dim cellRanges As List(Of CellRange)
    Dim checkWithExternalCustomName As Boolean
    Dim value As Expression
     
    value = instance.GetExpression(formula, sheetView, cellRanges, checkWithExternalCustomName)

    Parameters

    formula
    sheetView
    cellRanges
    checkWithExternalCustomName
    See Also